.box {
    text-align: center;  
    width: 100%;
  background-color: black;
}

h2{
    font-size:30;
    text-align: center;  
}

.links{
    text-align:center;
}
form {
    text-align:center;
}

h3{
    text-align: center;
    font-size:30;
}

h5{
    color:pink;
    font-size:30;
    text-align: center;
}
.blurb{
    margin-left: 20%;
    margin-right: 20%;
}

tr:nth-of-type(even) {background-color: lightgray;}
tr:nth-of-type(odd) {background-color: whitesmoke;}

td, th {
    border: 1px solid;
    padding:10px;
}

table {
    border-spacing: 5px;
    text-align: center; 
    padding-left: 40%;
}

td:first-of-type {
text-align: right;
}

.box .closeBtn {
    text-decoration: none;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    background-color: rgb(0, 0, 0);
    color: white;
    top: 25px;
    display: inline-block;
    
}
.closeBtn:hover{
    background-color: pink;
}
h1{
    text-align: center;
    font-size: 75px;
}
p{
    text-align: center;
    font-size: large;
}